3.3.51 \(\int \frac {f+g x}{A+B \log (\frac {e (a+b x)}{c+d x})} \, dx\) [251]

Optimal. Leaf size=30 \[ \text {Int}\left (\frac {f+g x}{A+B \log \left (\frac {e (a+b x)}{c+d x}\right )},x\right ) \]

[Out]

Unintegrable((g*x+f)/(A+B*ln(e*(b*x+a)/(d*x+c))),x)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {f+g x}{A+B \log \left (\frac {e (a+b x)}{c+d x}\right )} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(f + g*x)/(A + B*Log[(e*(a + b*x))/(c + d*x)]),x]

[Out]

Defer[Int][(f + g*x)/(A + B*Log[(e*(a + b*x))/(c + d*x)]), x]

Rubi steps

\begin {align*} \int \frac {f+g x}{A+B \log \left (\frac {e (a+b x)}{c+d x}\right )} \, dx &=\int \left (\frac {f}{A+B \log \left (\frac {e (a+b x)}{c+d x}\right )}+\frac {g x}{A+B \log \left (\frac {e (a+b x)}{c+d x}\right )}\right ) \, dx\\ &=f \int \frac {1}{A+B \log \left (\frac {e (a+b x)}{c+d x}\right )} \, dx+g \int \frac {x}{A+B \log \left (\frac {e (a+b x)}{c+d x}\right )} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.17, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {f+g x}{A+B \log \left (\frac {e (a+b x)}{c+d x}\right )} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[(f + g*x)/(A + B*Log[(e*(a + b*x))/(c + d*x)]),x]

[Out]

Integrate[(f + g*x)/(A + B*Log[(e*(a + b*x))/(c + d*x)]), x]

________________________________________________________________________________________

Maple [A]
time = 0.68, size = 0, normalized size = 0.00 \[\int \frac {g x +f}{A +B \ln \left (\frac {e \left (b x +a \right )}{d x +c}\right )}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((g*x+f)/(A+B*ln(e*(b*x+a)/(d*x+c))),x)

[Out]

int((g*x+f)/(A+B*ln(e*(b*x+a)/(d*x+c))),x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x+f)/(A+B*log(e*(b*x+a)/(d*x+c))),x, algorithm="maxima")

[Out]

integrate((g*x + f)/(B*log((b*x + a)*e/(d*x + c)) + A), x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x+f)/(A+B*log(e*(b*x+a)/(d*x+c))),x, algorithm="fricas")

[Out]

integral((g*x + f)/(B*log((b*x + a)*e/(d*x + c)) + A), x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {f + g x}{A + B \log {\left (\frac {a e}{c + d x} + \frac {b e x}{c + d x} \right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x+f)/(A+B*ln(e*(b*x+a)/(d*x+c))),x)

[Out]

Integral((f + g*x)/(A + B*log(a*e/(c + d*x) + b*e*x/(c + d*x))), x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((g*x+f)/(A+B*log(e*(b*x+a)/(d*x+c))),x, algorithm="giac")

[Out]

integrate((g*x + f)/(B*log((b*x + a)*e/(d*x + c)) + A), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {f+g\,x}{A+B\,\ln \left (\frac {e\,\left (a+b\,x\right )}{c+d\,x}\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((f + g*x)/(A + B*log((e*(a + b*x))/(c + d*x))),x)

[Out]

int((f + g*x)/(A + B*log((e*(a + b*x))/(c + d*x))), x)

________________________________________________________________________________________